home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0711.dms / q0711.adf / Graphics / GraphicalTricks / Example3.c < prev    next >
Text File  |  1992-07-29  |  3KB  |  81 lines

  1. /***********************************************************/
  2. /*                                                         */
  3. /* Amiga C Encyclopedia (ACE) V3.0      Amiga C Club (ACC) */
  4. /* -------------------------------      ------------------ */
  5. /*                                                         */
  6. /* Book:    ACM Graphics                Amiga C Club       */
  7. /* Chapter: GraphicalTricks             Tulevagen 22       */
  8. /* File:    Example3.c                  181 41  LIDINGO    */
  9. /* Author:  Anders Bjerin               SWEDEN             */
  10. /* Date:    92-04-29                                       */
  11. /* Version: 1.00                                           */
  12. /*                                                         */
  13. /*   Copyright 1992, Anders Bjerin - Amiga C Club (ACC)    */
  14. /*                                                         */
  15. /* Registered members may use this program freely in their */
  16. /*     own commercial/noncommercial programs/articles.     */
  17. /*                                                         */
  18. /***********************************************************/
  19.  
  20. /* This example demonstrates how you can draw an graphical   */
  21. /* image on top of a background. The interesting thing about */
  22. /* this example is that we are using the Blitter to draw     */
  23. /* the image together with a mask that makes some areas of   */
  24. /* the image transparent.                                    */
  25.  
  26. I am sorry but this file is only available for registered
  27. members. 
  28.  
  29. The registration fee is only £30, $60, SEK 300, or similar
  30. amount in your own currency (price includes everything). The
  31. Amiga C Encyclopedia is the largest collection of documents,
  32. examples and utilities in C for the Amiga and it is still among
  33. the cheapest manuals. But this is not all, a registered owner
  34. will also get:
  35.  
  36.   1. Two disks containing the last parts of the encyclopedia.
  37.      The disks will be sent by first class air mail.
  38.  
  39.   2. Registration card for the Amiga C Club (ACC).
  40.  
  41.   3. Immediate information about updates.
  42.  
  43.   4. Updated versions of the encyclopedia for only the cost of
  44.      disks plus postage and packing.
  45.  
  46.   5. Assistance with digitizing colour pictures and sampling
  47.      sound effects.
  48.  
  49.   6. Unlimited help with your C programs. You never have to be
  50.      alone with your problems.
  51.  
  52.   7. The right to use parts of the manual in your own
  53.      commercial/non-commercial programs/articles.
  54.  
  55. Can any other manual give you all this???
  56.  
  57. The simplest way of paying is to include the money in a letter
  58. in cash. US dollar bills, English pounds or Swedish SEK are
  59. preferred, but all currencies are accepted. You can also send
  60. the money as a "Postal Money Order", ask your local bank or
  61. post office. Please do not use cheques. It is sadly extremely
  62. expensive to cash a foreign cheque here in Sweden.
  63.  
  64. If you live in Scandinavia you can send the money to "Svenska
  65. Post Girot, postgiro konto: 641 88 30 - 3, betalnings-
  66. mottagare: Datra".
  67.  
  68. Please send the registration fee together with your complete
  69. address to:
  70.  
  71.   Datra, Amiga C Club
  72.   Anders Bjeri
  73.   Tulevagen 22
  74.   181 41  LIDINGO
  75.   SWEDEN
  76.  
  77. I have worked for more than four years now with this
  78. encyclopedia, and with your help I can continue to improve it.
  79.  
  80. Happy programming!!!
  81.